home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game.EXE 2001 January
/
Game.EXE_01_2001.iso
/
demos
/
Blade of Darkness
/
data1.cab
/
Program_Executable_Files
/
Lib
/
PythonLib
/
dbhash.py
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Python Source
|
2000-11-16
|
181 b
|
9 lines
"""Provide a (g)dbm-compatible interface to bsdhash.hashopen."""
import bsddb
error = bsddb.error
def open(file, flag, mode):
return bsddb.hashopen(file, flag, mode)